home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / test / locale / DMakefile < prev    next >
Makefile  |  1993-03-10  |  193b  |  7 lines

  1.  
  2. all:
  3.     dcc hello.c -o hello -v -int hello.base
  4.     catcomp hello.cd hello_e.ct catalog catalogs/english/hello.catalog
  5.     catcomp hello.cd hello_d.ct catalog catalogs/deutsch/hello.catalog
  6.  
  7.